Skip to content

Conversation

@terraform-ibm-modules-ops
Copy link
Contributor

This PR contains the following updates:

Package Change Age Confidence Type Update
github.com/gruntwork-io/terratest v0.51.0 -> v0.52.0 age confidence require minor
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.17 -> v1.60.18 age confidence require patch
terraform-ibm-modules/base-ocp-vpc/ibm (source) 3.69.0 -> 3.70.0 age confidence module minor
terraform-ibm-modules/cbr/ibm (source) 1.33.7 -> 1.33.8 age confidence module patch
terraform-ibm-modules/landing-zone-vpc/ibm (source) 8.7.0 -> 8.8.2 age confidence module minor
terraform-ibm-modules/landing-zone-vsi/ibm (source) 5.14.0 -> 5.15.3 age confidence module minor

Release Notes

gruntwork-io/terratest (github.com/gruntwork-io/terratest)

v0.52.0

Compare Source

What's Changed

New Contributors

Full Changelog: gruntwork-io/terratest@v0.51.0...v0.52.0

terraform-ibm-modules/ibmcloud-terratest-wrapper (github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper)

v1.60.18

Compare Source

Bug Fixes
  • use common retry for schematics find workspace and tests (#​1057) (e5445ad)
terraform-ibm-modules/terraform-ibm-base-ocp-vpc (terraform-ibm-modules/base-ocp-vpc/ibm)

v3.70.0

Compare Source

Features
  • remove explicit apikey reset.

IMPORTANT:

  • During updates, you may observe the destruction of a ibm_container_api_key_reset resource block. This is expected and has no impact on existing resources.
  • An explicit containers-kubernetes-key will no longer be created during base-ocp code execution. If you encounter the error The specified API key could not be found., please refer to the troubleshooting section (#​848) (51bd1af)

v3.69.1

Compare Source

Bug Fixes
terraform-ibm-modules/terraform-ibm-cbr (terraform-ibm-modules/cbr/ibm)

v1.33.8

Compare Source

Bug Fixes
terraform-ibm-modules/terraform-ibm-landing-zone-vpc (terraform-ibm-modules/landing-zone-vpc/ibm)

v8.8.2

Compare Source

Bug Fixes

v8.8.1

Compare Source

Bug Fixes

v8.8.0

Compare Source

Features
  • Add support to create multiple dns zones and ability to set multiple dns records for each of the dns zones (#​1073) (005e9cc)

UPGRADE NOTES: When updating from v8.7.x to this version, if you have a DNS zone and DNS records created, these resources will be recreated. In case, you need to prevent recreation of the DNS zone and DNS records, use the following terraform move commands based on the environment you are running the terraform module.

Terraform CLI:

terraform state mv 'module.<module-name>.ibm_dns_zone.dns_zone[0]' 'module.<module-name>.ibm_dns_zone.dns_zone["<dns-name>"]'
terraform state mv 'module.<module-name>.ibm_dns_permitted_network.dns_permitted_network[0]' 'module.<module-name>.ibm_dns_permitted_network.dns_permitted_network["<dns-name>"]'
terraform state mv 'module.<module-name>.ibm_dns_resource_record.dns_record["0"]' 'module.<module-name>.ibm_dns_resource_record.dns_record["<dns-name>-0"]'
terraform state mv 'module.<module-name>.ibm_dns_resource_record.dns_record["1"]' 'module.<module-name>.ibm_dns_resource_record.dns_record["<dns-name>-1"]'
terraform state mv 'module.<module-name>.ibm_dns_resource_record.dns_record["2"]' 'module.<module-name>.ibm_dns_resource_record.dns_record["<dns-name>-2"]'
terraform state mv 'module.<module-name>.ibm_dns_resource_record.dns_record["3"]' 'module.<module-name>.ibm_dns_resource_record.dns_record["<dns-name>-3"]'
...

Schematics:

ibmcloud schematics workspace state mv --id <WORKSPACE_ID> --source 'module.<module-name>.ibm_dns_zone.dns_zone[0]' --destination 'module.<module-name>.ibm_dns_zone.dns_zone["<dns-name>"]'
ibmcloud schematics workspace state mv --id <WORKSPACE_ID> --source 'module.<module-name>.ibm_dns_permitted_network.dns_permitted_network[0]' --destination 'module.<module-name>.ibm_dns_permitted_network.dns_permitted_network["<dns-name>"]'
ibmcloud schematics workspace state mv --id <WORKSPACE_ID> --source 'module.<module-name>.ibm_dns_resource_record.dns_record["0"]' --destination 'module.<module-name>.ibm_dns_resource_record.dns_record["<dns-name>-0"]'
ibmcloud schematics workspace state mv --id <WORKSPACE_ID> --source 'module.<module-name>.ibm_dns_resource_record.dns_record["1"]' --destination 'module.<module-name>.ibm_dns_resource_record.dns_record["<dns-name>-1"]'
ibmcloud schematics workspace state mv --id <WORKSPACE_ID> --source 'module.<module-name>.ibm_dns_resource_record.dns_record["2"]' --destination 'module.<module-name>.ibm_dns_resource_record.dns_record["<dns-name>-2"]'
ibmcloud schematics workspace state mv --id <WORKSPACE_ID> --source 'module.<module-name>.ibm_dns_resource_record.dns_record["3"]' --destination 'module.<module-name>.ibm_dns_resource_record.dns_record["<dns-name>-3"]'
...
terraform-ibm-modules/terraform-ibm-landing-zone-vsi (terraform-ibm-modules/landing-zone-vsi/ibm)

v5.15.3

Compare Source

Bug Fixes

v5.15.2

Compare Source

Bug Fixes

v5.15.1

Compare Source

Bug Fixes

v5.15.0

Compare Source

Features
  • added local and ip_version attributes for use in vsi security group rules.
    - update dependencies (#​960) (09bb3c1)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@terraform-ibm-modules-ops
Copy link
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: undefined
Command failed: git submodule update --remote --merge && export CUSTOM_DIRECTORY=/tmp && export PATH=$PATH:/tmp && make dependency-install-darwin-linux && cp /opt/containerbase/tools/golang/*/bin/gofmt /tmp
Traceback (most recent call last):
  File "/opt/containerbase/tools/python/3.13.7/lib/python3.13/pathlib/_local.py", line 722, in mkdir
    os.mkdir(self, mode)
    ~~~~~~~~^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/opt/pipx/venvs'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/ubuntu/.local/bin/pipx", line 7, in <module>
    sys.exit(cli())
             ~~~^^
  File "/home/ubuntu/.local/lib/python3.13/site-packages/pipx/main.py", line 1171, in cli
    setup(parsed_pipx_args)
    ~~~~~^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/.local/lib/python3.13/site-packages/pipx/main.py", line 1113, in setup
    mkdir(paths.ctx.venvs)
    ~~~~~^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/.local/lib/python3.13/site-packages/pipx/util.py", line 77, in mkdir
    path.mkdir(parents=True, exist_ok=True)
    ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/python/3.13.7/lib/python3.13/pathlib/_local.py", line 726, in mkdir
    self.parent.mkdir(parents=True, exist_ok=True)
    ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/python/3.13.7/lib/python3.13/pathlib/_local.py", line 722, in mkdir
    os.mkdir(self, mode)
    ~~~~~~~~^^^^^^^^^^^^
PermissionError: [Errno 13] Permission denied: '/opt/pipx'
Traceback (most recent call last):
  File "/opt/containerbase/tools/python/3.13.7/lib/python3.13/pathlib/_local.py", line 722, in mkdir
    os.mkdir(self, mode)
    ~~~~~~~~^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/opt/pipx/venvs'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/ubuntu/.local/bin/pipx", line 7, in <module>
    sys.exit(cli())
             ~~~^^
  File "/home/ubuntu/.local/lib/python3.13/site-packages/pipx/main.py", line 1171, in cli
    setup(parsed_pipx_args)
    ~~~~~^^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/.local/lib/python3.13/site-packages/pipx/main.py", line 1113, in setup
    mkdir(paths.ctx.venvs)
    ~~~~~^^^^^^^^^^^^^^^^^
  File "/home/ubuntu/.local/lib/python3.13/site-packages/pipx/util.py", line 77, in mkdir
    path.mkdir(parents=True, exist_ok=True)
    ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/python/3.13.7/lib/python3.13/pathlib/_local.py", line 726, in mkdir
    self.parent.mkdir(parents=True, exist_ok=True)
    ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/python/3.13.7/lib/python3.13/pathlib/_local.py", line 722, in mkdir
    os.mkdir(self, mode)
    ~~~~~~~~^^^^^^^^^^^^
PermissionError: [Errno 13] Permission denied: '/opt/pipx'
make: *** [Makefile:61: dependency-install-darwin-linux] Error 1

@ocofaigh
Copy link
Contributor

ocofaigh commented Nov 3, 2025

/run pipeline

@ocofaigh
Copy link
Contributor

ocofaigh commented Nov 3, 2025

Blocked until https://github.ibm.com/GoldenEye/issues/issues/16687 is addressed

@ocofaigh
Copy link
Contributor

ocofaigh commented Nov 4, 2025

The changes were made in #1088

@ocofaigh ocofaigh closed this Nov 4, 2025
@ocofaigh ocofaigh deleted the renovate/dependencies branch November 4, 2025 11:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants